ioemu: Stop PV guest from parsing xenstore and opening block devices.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 31 Jan 2008 09:11:21 +0000 (09:11 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 31 Jan 2008 09:11:21 +0000 (09:11 +0000)
commit87fdf3231c5f7998037b1962506dd1bb81cd4ac3
tree47ce4777832ea0599fe4495d3623a1f122845bd7
parent2d06b3f0dfd364c224226e73a29de9d363008ef6
ioemu: Stop PV guest from parsing xenstore and opening block devices.

PV guests are now using QEMU for a vncserver.  During initialization
of QEMU xenstore_parse_config() is being called causing PV guests to
open block devices.  This patch makes a new function,
xenstore_daemon_open(), so that the vnc password functions have an
open xenstore handle and moves xenstore_parse_config() into the FV
machine specific init function.

Signed-off-by: Pat Campbell <plc@novell.com>
tools/ioemu/hw/xen_machine_fv.c
tools/ioemu/vl.c
tools/ioemu/vl.h
tools/ioemu/xenstore.c